Schema Setup for Oracle Autonomous Database

This topic provides the steps that need to be performed by the individual responsible for the administration of the Oracle Autonomous Database to setup the schema for PDFKeeper.

  1. Download Oracle Instant Client Basic or Basic Lite and SQL*Plus packages to this computer, extract the ZIP files into an empty folder, and then add that folder to the PATH.

  2. Open <InstantClient_Folder>\network\admin.

  3. For TLS authentication only, create or edit tnsnames.ora adding an entry for one or more of the Connection Strings available for the Autonomous Database using the format of <TNS Name>= <Connection String>.

  4. For Mutual TLS (mTLS) authentication only, create or edit tnsnames.ora adding all of the entries from tnsnames.ora located in the Oracle Wallet folder, and then create or edit sqlnet.ora adding the entry from sqlnet.ora located in the Oracle Wallet folder, and then change ?/network/admin to the absolute path name of the Oracle Wallet folder.

  5. Open a Command Prompt.

  6. Execute sqlplus admin@TNS_name @"%LOCALAPPDATA%\Programs\PDFKeeper\OracleDatabaseSchemaSetup.sql"